home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_joe.idb / usr / freeware / src / joe / patches.z / patches
Encoding:
Text File  |  1999-01-26  |  1.1 KB  |  43 lines

  1. *** ./Makefile    Mon Jan 23 06:01:28 1995
  2. --- ../joe/./Makefile    Wed Jan  6 16:27:13 1999
  3. ***************
  4. *** 9,17 ****
  5.   # to go and where you want the man page
  6.   # to go:
  7.   
  8. ! WHEREJOE = /usr/local/bin
  9. ! WHERERC = /usr/local/lib
  10. ! WHEREMAN = /usr/man/man1
  11.   
  12.   # If you want to use TERMINFO, you have to set
  13.   # the following variable to 1.  Also you have to
  14. --- 9,17 ----
  15.   # to go and where you want the man page
  16.   # to go:
  17.   
  18. ! WHEREJOE = /usr/freeware/bin
  19. ! WHERERC = /usr/freeware/lib/joe
  20. ! WHEREMAN = /usr/freeware/catman/u_man/cat1
  21.   
  22.   # If you want to use TERMINFO, you have to set
  23.   # the following variable to 1.  Also you have to
  24. ***************
  25. *** 26,33 ****
  26.   # for some HPUX systems, you need to add:  -D_HPUX_SOURCE
  27.   
  28.   # C compiler options: make's built-in rules use this variable
  29. ! CFLAGS = -O
  30.   
  31.   # C compiler to use: make's built-in rules use this variable
  32.   
  33. --- 26,33 ----
  34.   # for some HPUX systems, you need to add:  -D_HPUX_SOURCE
  35.   
  36.   # C compiler options: make's built-in rules use this variable
  37. ! # inherited from freeware make.
  38. ! #CFLAGS = -O
  39.   
  40.   # C compiler to use: make's built-in rules use this variable
  41.   
  42.